{
  "name": "{{ packageName }}",
  "version": "1.0.0",
  "description": "{{ description }}",
  "keywords": [
    "instantsearch-widget",
    "instantsearch",
    "instantsearch-widget-{{ name }}",
    "widget",
    "connector",
    "algolia"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "exports": {
    "import": "./dist/index.es.js",
    "require": "./dist/index.cjs.js"
  },
  "jsdelivr": "./dist/index.umd.js",
  "unpkg": "./dist/index.umd.js",
  "types": "./dist/index.es.d.ts",
  "type": "module",
  "scripts": {
    "start": "vite serve example",
    "build": "vite build && rm -rf dist/_types",
    "test": "npm run lint && npm run test:types && npm run test:unit",
    "test:unit": "jest",
    "test:types": "tsc",
    "lint": "eslint --ext .js,.ts .",
    "release": "standard-version"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "instantsearch.js": "^4.27.1"
  },
  "devDependencies": {
    "@babel/cli": "7.13.10",
    "@babel/core": "7.13.10",
    "@babel/eslint-parser": "7.13.8",
    "@babel/preset-env": "7.13.8",
    "@babel/preset-typescript": "7.13.0",
    "@microsoft/api-extractor": "7.18.4",
    "@rollup/plugin-typescript": "8.2.3",
    "@testing-library/dom": "7.30.0",
    "@testing-library/jest-dom": "5.11.9",
    "@typescript-eslint/eslint-plugin": "4.16.1",
    "@typescript-eslint/parser": "4.16.1",
    "algoliasearch": "4",
    "algoliasearch-helper": "3.4.4",
    "babel-jest": "26.6.3",
    "babel-plugin-add-import-extension": "1.5.0",
    "eslint": "7.21.0",
    "eslint-config-algolia": "18.0.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-eslint-comments": "3.2.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jest": "24.1.5",
    "eslint-plugin-jsdoc": "32.2.0",
    "eslint-plugin-prettier": "3.3.1",
    "instantsearch.js": "{{ libraryVersion }}",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "rollup-plugin-api-extractor": "0.2.2",
    "standard-version": "9.3.0",
    "typescript": "4.2.2",
    "vite": "2.4.3"
  },
  "browserslist": [
    "last 2 chrome versions",
    "last 2 firefox versions",
    "last 2 edge versions",
    "last 2 safari versions",
    "IE 11"
  ]
}
